home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / Resources_26_OpenCoupon.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  304 b   |  12 lines

  1. global ds, goUp
  2.  
  3. on mouseUp
  4.   file2open = the moviePath & "INIT" & ds & "StarterKitCoupon.pdf"
  5.   OpenIt = baOpenFile(file2open, EMPTY)
  6.   if OpenIt > 32 then
  7.     nothing()
  8.   else
  9.     alert("The software required to open the coupon could not be found. Please install Adobe's Acrobat Reader.")
  10.   end if
  11. end
  12.